home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Frameworks / Extension Shell 1.3 / Extension Shell 1.3 (Source) / NotifyMsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-06  |  499 b   |  25 lines  |  [TEXT/R*ch]

  1. /*    NAME:
  2.         NotifyMsg.h
  3.  
  4.     WRITTEN BY:
  5.         Joe Holt
  6.  
  7.     MODIFIED BY:
  8.         Dair Grant
  9.                 
  10.     DESCRIPTION:
  11.         Header file for NotifyMsg.c.
  12.  
  13.     ___________________________________________________________________________
  14. */
  15. #ifndef __NOTIFYMSG__
  16. #define __NOTIFYMSG__
  17. //=============================================================================
  18. //        Function prototypes
  19. //-----------------------------------------------------------------------------
  20. void    NotificationMessage(int errStrings, int theErr);
  21.  
  22.  
  23.  
  24. #endif
  25.